os/exec.Cmd.awaitGoroutines (method)

2 uses

	os/exec (current package)
		exec.go#L948: 	if goroutineErr := c.awaitGoroutines(timer); err == nil {
		exec.go#L967: func (c *Cmd) awaitGoroutines(timer *time.Timer) error {